﻿.index{
	/*min-width: 1280px;*/
}
.index_ban .owl-lazy:nth-child(1) img:last-child{
	transform: none !important;
}
.margin40{
	margin-top: 40px;
	margin-bottom: 40px;
}
/*banner*/
.bannerOwl .owl-lazy{
	height: 600px;
	background-position: center top;
	background-size: cover;
	-ms-behavior: url(/Home/Tpl/default/Public/fonts/backgroundsize.htc);
}
.bannerOwl .owl-dots{
	position: absolute;
	bottom: 30px;
	left: 2%;
	right: 2%;
}
.bannerOwl .box{
	height: 100%;
}
.bannerOwl .owl-item .box img{
	position: absolute;
	max-width: 100%;
	width: auto;
}
.bannerOwl .owl-item .box img{
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}
.bannerOwl .owl-item .box img:first-child{
	right: 13%;
	top: 35%;
	z-index: 2;
}
.bannerOwl .owl-item .box2 img:first-child{
	right: 8%;
	top: 34%;
}
.bannerOwl .owl-item .box2 img + img{
	left: 0;
}
.bannerOwl .owl-item .box3 img:first-child{
	/*right: 0%;*/
	right: 10%;
	top: 28%;
}
.bannerOwl .owl-item .box1 img + img{
	bottom: 0;
	left: 9%;
}
.bannerOwl .owl-item .box2 img + img{
	width: 100%;
}
.bannerOwl .owl-item .box3{
	margin-left: 210px;
}
.bannerOwl .owl-item .box3 img + img{
	bottom: 16.66666667%;	
	left:-3%;
}


a.more{
	display: block;
	width: 120px;
	border: 1px solid #eee;
	line-height: 28px;
	color: #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
a.more:hover{
	color: #fff;
	border-color: #ff9900;
	background: #ff9900;
}
.bannerOwl .active .box img:first-child{
	-webkit-animation-name:lightSpeedIn;/*fadeInUp*/
	animation-name:lightSpeedIn
}
.bannerOwl .active .box1 img + img{
	-webkit-animation-name:twinkle;
	animation-name:twinkle;
}
.bannerOwl .active .box2 img + img{
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.bannerOwl .active .box3 img + img{
	-webkit-animation-name:zoomInLeft;
	animation-name:zoomInLeft;
}
.lazy3:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../img/banner3_f.png) no-repeat center top;
	background-size: contain;
	-webkit-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-name:slideslow;
	animation-name:slideslow;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
@-webkit-keyframes slideslow {
	0% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideslow {
	0% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes twinkle {
	0% {
		opacity: 0;
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: scale3d(.3, .3, .3) translateY(100%) rotate3d(0, 0, 1, -90deg);
		transform: scale3d(.3, .3, .3) translateY(100%) rotate3d(0, 0, 1, -90deg);
	}
	50% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes twinkle {
	0% {
		opacity: 0;
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: scale3d(.3, .3, .3) translateY(100%) rotate3d(0, 0, 1, -90deg);
		transform: scale3d(.3, .3, .3) translateY(100%) rotate3d(0, 0, 1, -90deg);
	}
	50% {
		opacity: 1;
		transform: translateY(0)
		
	}
}
@media only screen and (max-width: 1199px) {
	/*banner*/
	.bannerOwl .owl-lazy{
		height: 460px;
	}
	.bannerOwl .owl-dots{
		bottom: 30px;
	}
    .bannerOwl .owl-item .box1 img:first-child{
		width: 360px;
	}
	.bannerOwl .owl-item .box1 img + img{
		width: 400px;
	}
	
	.bannerOwl .owl-item .box2 img:first-child{
		width: 380px;
	}
	.bannerOwl .owl-item .box3 img:first-child{
		right: 6%;
		width: 420px;
	}
	
	.bannerOwl .owl-item .box3 img + img{
		width: 380px;
	}
}
@media only screen and (max-width: 991px) {
    .bannerOwl .owl-lazy{
		height: 420px;
	}
	.bannerOwl .owl-dots{
		bottom: 20px;
	}
	.margin40 {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	a.more{
		margin: 0 auto;
		color: #fff;
		border-color: #ff9900;
		background: #ff9900;
	}
	.bannerOwl .owl-item .box1 img:first-child{
		width: 300px;
		right: 10%;
	}
	.bannerOwl .owl-item .box1 img + img{
		width: 340px;
		left: 8%;
	}
	
	.bannerOwl .owl-item .box2 img:first-child{
		width: 320px;
	}
	.bannerOwl .owl-item .box3 img:first-child{
		right: 4%;
		width: 320px;
	}
	
	.bannerOwl .owl-item .box3 img + img{
		width: 340px;
	}
}
@media only screen and (max-width: 767px) {
	.bannerOwl .owl-lazy{
		height: 280px;
	}
	a.more{
		width: 100px;
		line-height: 26px;
	}
	.bannerOwl .owl-item .box1 img:first-child{
		width: 220px;
	}
	.bannerOwl .owl-item .box1 img + img{
		width: 260px;
	}
	
	.bannerOwl .owl-item.box2 img:first-child{
		width: 220px;
	}
	.bannerOwl .owl-item .box3 img:first-child{
		right: 4%;
		width: 220px;
	}
	
	.bannerOwl .owl-item .box3 img + img{
		width: 260px;
		bottom: 10%;
	}
	.bannerOwl.owl-theme .owl-dots .owl-dot span {
	    width: 10px;
	    height: 10px;
	    margin: 0px 5px;
	}
}
@media only screen and (max-width: 567px) {
    .margin40 {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.bannerOwl .owl-lazy{
		height: 160px;
	}
	.bannerOwl .owl-item .box1 img:first-child{
		width: 160px;
		right: 6%;
		top: 30%;
	}
	.bannerOwl .owl-item .box1 img + img{
		width: 140px;
		left: 6%;
	}
	
	.bannerOwl .owl-item .box2 img:first-child{
		width: 160px;
		right: 6%;
	}
	.bannerOwl .owl-item .box3 img:first-child{
		right: 0%;
		width: 160px;
	}
	
	.bannerOwl .owl-item .box3 img + img{
		width: 140px;
	}
	.bannerOwl.owl-theme .owl-dots .owl-dot span {
	    width: 8px;
	    height: 8px;
	    margin: 0px 4px;
	}
	.bannerOwl .owl-dots {
	    bottom: 10px;
	}
	.bannerOwl .container{
		padding: 0;
	}
}
/*title*/
.title{
	margin-bottom: 16px;
}
.title .name{
	font-size: 28px;
}
.ico{
	padding-left: 32px;
	line-height: 1;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px;
	-ms-behavior: url(/Home/Tpl/default/Public/fonts/backgroundsize.htc);
}
.ico1{background-image: url(../img/ico1.png);}
.ico2{background-image: url(../img/ico2.png);}
.ico3{background-image: url(../img/ico3.png);}
.ico4{background-image: url(../img/ico4.png);}
/*通知公告*/
.txtMarquee {
	position: relative;
	width: 100%;
}
.txtMarquee a{
	font-size: 14px;
}
.txtMarquee .name{
	padding-left: 30px;
	color: #ff0000;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	background: url(../img/clock.png) no-repeat left center;
	background-size: 20px;
	-ms-behavior: url(/Home/Tpl/default/Public/fonts/backgroundsize.htc);
}
.txtMarquee .bd {
	margin-left: 100px;
	padding: 0 30px;
}

.txtMarquee .bd .tempWrap {
	width: 100% !important;
}

/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */

.txtMarquee .bd ul {
	width: 3780px !important;
	overflow: hidden;
	zoom: 1;
}

.txtMarquee .bd ul li {
	margin-right: 70px;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: left;
	_display: inline;
	width: auto !important;
}


/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee .bd ul li a{
	color: #999;
}
.txtMarquee .bd ul li a:hover,
.txtMarquee .bd ul li a:focus{
	color: #ff0000;
}
/*about*/
.about .info{
	margin-bottom: 45px;
	font-size: 14px;
	line-height: 28px;
	color: #666;
	text-indent: 1.6em;
	text-align: justify;
}

/*product*/
.product li{
	position: relative;
	float: left;
	cursor: pointer;
	border: 1px solid #eee;
}
.product li .bg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.2;
	filter: alpha(opacity=20);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	background-size: cover;
	z-index: -1;
}
.product .pIco{
	display: inline-block;
	padding-top: 20px;
	text-align: center;
}
.product .pIco img{
	width: 50px;
	height: 50px;
}
.product li h4{
	margin-top: 8px;
	color: #666;
	font-size: 18px;
	background-color: rgba(4,211,160,0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0004d3a0,endColorstr=#0004d3a0);
}
.product li h4 small{
	display: none;
}
.product li.active{
	text-align: left;
}
.product .width li{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.product li.active .bg{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.product .active .pIco{
	display: table-cell;
	width: 80px;
	height: 80px;
	padding-top: 0;
	vertical-align: middle;
	background: #fff;
}
.product .active h4{
	display: table-cell;
	width: 160px;
	padding: 0 20px;
	color: #fff;
	vertical-align: middle;
}
.product li:nth-child(1).active h4{
	background-color: rgba(4,211,160,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc04d3a0,endColorstr=#cc04d3a0);
}
.product li:nth-child(2).active h4{
	background-color: rgba(21,112,217,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc1570d9,endColorstr=#cc1570d9);
}
.product li:nth-child(3).active h4{
	background-color: rgba(214,15,34,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccd60f22,endColorstr=#ccd60f22);
}
.product li:nth-child(4).active h4{
	background-color: rgba(167,27,220,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cca71bdc,endColorstr=#cca71bdc);
}
.product li.active h4 small{
	display: block;
	margin-top: 4px;
	color: #fff;
	font-size: 14px;
}
/*news*/
.news-top{
	width: 18.33333333%;
	padding-right: 0;
}
.news-title{
	width: 100%;
	padding: 30px 20px 20px;
	margin-right: 20px;
	background: #ff9900;
}
.news-title .subname{
	line-height: 38px;
	color: #fff;
	font-size: 34px;
}
.news-title .name{
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}
.news-title .news-ico{
	margin-top: 25px;
	margin-bottom: 30px;
	width: 60px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.news-title .more{
	border-color: rgba(255,255,255,0.5);
	color: #fff;
}
.news-title .more:hover{
	border-color: #fff;
	color: #ff9900;
	background-color: #fff;
}
.news-good{
	padding-bottom: 9px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.news-good .img{
	float: left;
	width: 140px;
	height: 100px;
	margin-right: 20px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-ms-behavior: url(/Home/Tpl/default/Public/fonts/backgroundsize.htc);
}
.news-good .info{
	padding: 15px 0;
	font-weight: 400;
	overflow: hidden;
}
.news-good .date{
	width: 60px;
	height: 60px;
	margin-left: 20px;
	margin-top: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f5f5f5;
	text-align: center;	
	font-size: 29px;
	color: #ff9900;
}
.news-good .date span{
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 6px;
	font-family: arial
}
.news-good .name{
	color: #333;
	font-weight: bold;
	font-family: "宋体";
	line-height: 24px;
}
.news-good .des{
	font-size: 12px;
	color: #999;
	line-height: 22px;
}
.news-list{
	width: 48.33333333%;
}
.news-list dd .name{
	line-height: 30px;
	color: #666;
	text-indent: 0em;
}
.news-list dd .name .date{
	width: 64px;
	margin-left: 20px;
	color: #999;
	text-indent: 2em;
	font-family: arial
}
.news-list dd a .date:after{
	content: '\003E';
	padding: 0 16px 0 6px;
	color: #999;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.news-list a:hover{
	color: #ff9900;
}
.news-list dd a:hover{
	text-indent: 1em;
}
.news-list dd a:hover .date{
	text-indent: 0em;
	color: #ff9900;
}
.news-list dd a:hover .date:after{
	color: #ff9900;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.build .bgimg{
	padding-top: 27.78%;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-ms-behavior: url(/Home/Tpl/default/Public/fonts/backgroundsize.htc);
}
.loop.owl-carousel .owl-stage{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.loop .owl-item{
	-webkit-transform: scale(0.83);
	-moz-transform: scale(0.83);
	-ms-transform: scale(0.83);
	-o-transform: scale(0.83);
	transform: scale(0.83);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; 
	/*opacity: 0.5;*/
	filter: alpha(opacity=50);
}
.loop .owl-item.active.center{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	z-index:100;
}
.loop.owl-theme .owl-controls {
    margin-top: 0;
}

.loop.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    margin: 0;
    padding: 0;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
}
.loop.owl-theme .owl-controls .owl-nav [class*="owl-"] img{
	padding: 10px;
}
.loop .owl-nav{
	position: absolute;
    top: 50%;
    height: 0px;
    width: 100%;
    margin-top: -50px;
}
.loop .owl-nav .owl-prev{
	position: absolute;
    width: 15%;
    left: 5%;
    text-align: left;
    height: 100px;
    padding: 40px 0;
}
 
.loop .owl-nav .owl-next{
	position: absolute;
    width: 15%;
    right: 5%;
    text-align: right;
    height: 100px;
    padding: 40px 0;
}
 
.loop{
	width: 167.44186%;
	/*margin-left: -33.72093%;*/
	margin-top: 20px;
}
.loop .owl-item.active.center .img{
	position:relative;
}
.loop .owl-item .img::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}
.loop .owl-item.active.center .img::before{
	width:0;
	height:0;
}
.loop .owl-item.active.center .img img{
	width:120%;
	margin-left:-10%;
}
.loop .owl-item{
	top:12px;
}
.loop .owl-item.center{
	top:0;
}

/*海外*/
.overseas li{
	border: 1px solid #ddd;
}
.overseas .bg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/*padding-top: 55.56%;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-ms-behavior: url(/Home/Tpl/default/Public/fonts/backgroundsize.htc);
}
.overseas .overlap{
	position: relative;
	padding: 20px;
	background-color: rgba(255,255,255,0.95);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2ffffff,endColorstr=#f2ffffff);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.overseas .overlap .name{
	line-height: 1;
}
.overseas .overlap .subname{
	margin-top: 10px;
	color: #285ecb;
	line-height: 1;
}
.overseas .mapimg img{
	height: 60px;
	margin-bottom: 20px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
   /* filter: url(../fonts/gray.svg#grayscale);*/
    filter: gray;
}
.overseas li:hover .mapimg img{
	filter: none;
}
.overseas li:hover .overlap .subname{
	color: #ff9900;
}
.overseas li:hover .overlap{
	background-color: rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
}
/*links*/
.links-owl{
	padding: 0 10px;
}
.links-owl img{
	padding: 5px 10px;
	border: 1px solid #eee;
	filter: grayscale(100%);
	transition: filter 0.3s;
}

.links-owl img:hover{
	-webkit-box-shadow: 0px 0px 10px rgba(4,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px rgba(4,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(4,0,0,0.2);
	-ms-behavior: url(/Home/Tpl/default/Public/fonts/PIE.htc);
	filter: grayscale(0);
}
.links-owl.owl-theme .owl-nav [class*=owl-]{
	position: absolute;
	bottom: 0;
	top: 0;
	width: 20px;
    border-radius: 0;
    color: #999;
    background: #eee;
    font-size: 14px;
    font-weight: bold;
    font-family: "宋体";
}
.links-owl.owl-theme .owl-nav [class*=owl-]:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.links-owl.owl-theme .owl-nav .owl-prev{left: -10px;}
.links-owl.owl-theme .owl-nav .owl-next{right: -10px;}
/**/
@media only screen and (max-width: 1199px) {
	.txtMarquee .bd {
	    padding: 0 20px;
	}
	
	.txtMarquee .bd ul li {
		/*margin-right: 50px;*/
	}
	.about .info{
		margin-bottom: 30px;
	}
	.news-good .info {
	    padding: 10px 0;
	}
	.news-good .des {
	    max-height: 66px;
	}
	.build .bgimg {
	    padding-top: 17%;
	}
	.build-owl .item{
		padding-right: 0;
	}
	.build-owl .item .name{
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 8px 15px;
		color: #fff;
		background: rgba(0,0,0,0.4);  
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.build-owl.owl-theme .owl-nav [class*=owl-]{
		position: absolute;
		bottom: 50%;
		margin-bottom: -20px;
		width: 40px;
		color: #fff;
		background: rgba(0,0,0,0.4);  
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
	}
	.build-owl.owl-theme .owl-nav .owl-prev{right: auto;left: 0;}
	.bannerOwl .owl-item .box3{
	    margin-left: 15px;
	}
	.bannerOwl .owl-item .box3 img + img{
		bottom: 16.66666667%;	
		left:5%;
	}

}
@media only screen and (max-width: 991px) {
	.txtMarquee {
		width: auto;
	    margin: 0 -15px;
	}
	.row .about,
	.row .product{
		padding-left: 0;
		padding-right: 0;
	}
	.about{
		margin-bottom: 30px;
	}
	.product .pIco img {
	    width: 45px;
	    height: 45px;
	}
	.product .active .pIco {
	    width: 70px;
	    height: 70px;
	}
	.product .active h4 {
	    padding: 0 15px;
	}
	.row .news-top{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.news-title{
		position: relative;
		padding: 20px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.news-title .subname{
		margin-left: 80px;
		line-height: 38px;
	}
	.news-title .name{
		margin-left: 80px;
		font-size: 14px;
	}
	.news-title .news-ico{
		position: absolute;
		top: 0;
		left: 20px;
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.news-title .more {
	    position: absolute;
	    right: 20px;
	    bottom: 20px;
	}
	
	.row .news-list{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 30px;
	}
	.news-good .date{
		font-size: 28px;
	}
	.row .build{
		padding-left: 0;
		padding-right: 0;
	}
	.overseas .row li{
		padding-left: 0;
		padding-right: 0;
	}
	.overseas .title,.links .title{
		margin-left: -15px;
		margin-right: -15px;
	}
	.bannerOwl .owl-item .box3{
	    margin-left: 10px;
	}
	.bannerOwl .owl-item .box3 img + img{
		bottom: 16.66666667%;	
		left:10%;
	}
}
@media only screen and (max-width: 815px) {
	.bannerOwl .owl-item .box3{
	    margin-left: 10px;
	}
	.bannerOwl .owl-item .box3 img + img{
		bottom: 16.66666667%;	
		left:5%;
	}
}
@media only screen and (max-width: 767px) {
	.txtMarquee .bd {
	    padding: 0 15px;
	}
	.txtMarquee .bd ul li {
		/*margin-right: 30px;*/
	}
	.ico{
		padding-left: 28px;
		background-size: 18px;
		font-size: 20px;
	}
	.about .info {
	    margin-bottom: 20px;
	}
	.product .pIco {
	    padding-top: 10px;
	}
	.product .pIco img {
	    width: 38px;
	    height: 38px;
	}
	.product .active .pIco {
	    width: 60px;
	    height: 60px;
	}
	.product li h4{
		font-size: 16px;
	}
	.news-title{
		padding: 15px;
	}
	.news-title .subname{
		margin-left: 65px;
		line-height: 34px;
		font-size: 24px;
	}
	.news-title .name{
		margin-left: 65px;
		font-size: 14px;
	}
	.news-title .news-ico{
		left: 15px;
		width: 50px;
		margin-top: 15px;
	}
	.news-title .more {
	    right: 15px;
	    bottom: 15px;
	}
	.build-owl .item .name {
	    padding: 4px 15px;
	}
	.title .name{
	font-size: 22px;
	}

@media only screen and (max-width: 602px) {
	.bannerOwl .owl-item .box3{
	    margin-left: 10px;
	}
	.bannerOwl .owl-item .box3 img + img{
		bottom: 16.66666667%;	
		left:0%;
	}
}
}
@media only screen and (max-width: 567px) {
    .txtMarquee .bd {
	    padding: 0 10px;
	}
	.txtMarquee .bd ul li {
		/*margin-right: 20px;*/
	}
	.product li{
		height: 120px !important;
	}
	.product .pIco img {
	    width: 30px;
	    height: 30px;
	}
	.product .active .pIco {
	    width: 50px;
	    height: 50px;
	}
	.product li h4{
		font-size: 14px;
	}
	.product .active h4{
		padding: 0 10px;
	}
	.news-title{
		padding: 10px;
		margin-bottom: 20px;
	}
	.news-title .subname{
		margin-left: 60px;
		line-height: 30px;
		font-size: 22px;
	}
	.news-title .name{
		margin-left: 60px;
		font-size: 14px;
	}
	.news-title .news-ico{
		left: 10px;
		width: 48px;
		margin-top: 10px;
	}
	.news-title .more {
	    right: 10px;
	    bottom: 10px;
	}
	.row .news-list{
		margin-bottom: 20px;
	}
	.news-good .info{
		padding: 0;
	}
	.news-good .img{
		margin-right: 15px;
	}
	.news-good .date{
		float: none;
		width: 100%;
		height: 20px;
		margin-left: 0;
		margin-top: 0;
		font-size: 12px;
		color: #999;
		line-height: 20px;
		text-align: left;
		background: transparent;
	}
	.news-good .date span{
		float: left;
		display: inline-block;
		font-size: 12px;
		line-height: 20px;
	}
	.news-good .date span:before{
		float: right;
		content: '-';
	}
	.news-good .des {
	    max-height: 45px;
	}
	.news-list dd .name .date {
	    margin-left: 10px;
	}
	.overseas .mapimg img{
		margin-bottom: 15px;
	}
	.overseas .overlap .name{
		font-size: 16px;
	}
	.overseas .overlap .subname{
		margin-top: 6px;
	}
	.build-owl .item .name {
	    padding: 4px 15px;
	}
}
/*search*/
.img-right{
	width: 300px;
}
.img-right p + p{
	margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
    .img-right{
    	width: 240px;
	}
}
@media only screen and (max-width: 991px) {
    .img-right{
    	float: none;
    	display: none;
    	width: 100%;
    	margin-left: 0px;
	}
}
.pbanner{
	height: 180px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-ms-behavior: url(/Home/Tpl/default/Public/fonts/backgroundsize.htc);
}
.search-article{
	margin-top: 40px;
	padding-bottom: 40px;
}
.search-article .img-right{
	margin-left: 20px;
	margin-right: 20px;
}
.search-article .box{
	padding-left: 20px;
	padding-right: 20px;
}
.search-list{}
.search-list li{
	padding: 36px 20px;
	margin-bottom: 20px;
}

.search-list h4 a{
	display: block;
	line-height: 28px;
	font-family: "微软雅黑";
	color: #282828;
}
.search-list .info{
	margin-top: 10px;
	padding-bottom: 13px;
	border-bottom: 1px solid #eee;
}
.search-date{
	font-size: 14px;
	color: #929292;
	line-height: 24px;
	font-family: arial,"宋体";
}
.search-date .time{
	position: relative;
	float: left;
}
.search-date .hits{
	float: left;
	margin-left: 20px;
}

.search-date i{
	font-size: 14px;
	vertical-align: middle;
	margin-right: 10px;
}


.search-list .bdsharebuttonbox{
	float: left;
	margin-left: 20px;
}

.search-list .bdsharebuttonbox .bds_more{
	float: none;
	display: block;
	height: auto;
	padding-left: 0;
	margin: 0 0;
	color: #929292;
	font-size: 12px;
	line-height: 24px;
	font-family: "iconfont","宋体" !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: none;
	text-align: center;
}

.search-list .bdsharebuttonbox .bds_more:hover,
.search-list .bdsharebuttonbox .bds_more:hover i{
	color: #114cc5;
}
.search-list li:hover{
	background: #fff;
}
.search-list li:hover h4 a,
.search-list li:hover .hits,
.search-list li:hover .hits i{
	color: #114cc5;
}
.search-list .des{
	margin-top: 15px;
	font-size: 14px;
	font-family: "宋体";
	line-height: 24px;
	color: #565656;
}
									
@media screen and (max-width:767px){
	.search-article{
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.search-list{
		margin-left: -20px;
		margin-right: -20px;
	}
	.search-list li{
		background: #fff;
	}
}

@media screen and (max-width:479px){
	.search-list li {
	    padding: 20px 15px;
	    margin-bottom: 15px;
	}
}	